type runtime.pcvalueCache

11 uses

	runtime (current package)
		mgcstack.go#L171: 	cache pcvalueCache
		stack.go#L559: 	cache pcvalueCache
		stack.go#L1250: func getStackMap(frame *stkframe, cache *pcvalueCache, debug bool) (locals, args bitvector, objs []stackObjectRecord) {
		symtab.go#L193: 	var cache pcvalueCache
		symtab.go#L853: type pcvalueCache struct {
		symtab.go#L870: 	return (targetpc / goarch.PtrSize) % uintptr(len(pcvalueCache{}.entries))
		symtab.go#L875: func pcvalue(f funcInfo, off uint32, targetpc uintptr, cache *pcvalueCache, strict bool) (int32, uintptr) {
		symtab.go#L1037: func funcspdelta(f funcInfo, targetpc uintptr, cache *pcvalueCache) int32 {
		symtab.go#L1069: func pcdatavalue(f funcInfo, table uint32, targetpc uintptr, cache *pcvalueCache) int32 {
		symtab.go#L1077: func pcdatavalue1(f funcInfo, table uint32, targetpc uintptr, cache *pcvalueCache, strict bool) int32 {
		traceback.go#L126: 	var cache pcvalueCache